projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72aa40
)
Revert "appchooserbutton: filter out applications not supposed to be visible"
author
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 17 Sep 2013 18:00:22 +0000
(11:00 -0700)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 17 Sep 2013 18:01:30 +0000
(11:01 -0700)
This reverts commit
5568dcb53c3a322b8399dc520fb539985814f451
.
https://bugzilla.gnome.org/show_bug.cgi?id=702681
gtk/gtkappchooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkappchooserbutton.c
b/gtk/gtkappchooserbutton.c
index 12e44d33f32733fdc79b843e07e4451aedd29d11..9bdcf8b79abd9b401d387e683b04e17b1ed9311d 100644
(file)
--- a/
gtk/gtkappchooserbutton.c
+++ b/
gtk/gtkappchooserbutton.c
@@
-349,9
+349,6
@@
gtk_app_chooser_button_populate (GtkAppChooserButton *self)
{
app = l->data;
- if (!g_app_info_should_show (app))
- continue;
-
if (default_app != NULL && g_app_info_equal (app, default_app))
continue;